home *** CD-ROM | disk | FTP | other *** search
/ TeX 1995 July / TeX CD-ROM July 1995 (Disc 1)(Walnut Creek)(1995).ISO / tex-k / tex-k-archive.past / 1994.11.gz / 1994.11 / 000129_keithl@mukluk.cc.monash.edu.au_Mon Nov 21 01:22:04 1994.msg < prev    next >
Internet Message Format  |  1994-11-30  |  1KB

  1. Received: from mukluk.cc.monash.edu.au by cs.umb.edu with SMTP id AA17952
  2.   (5.65c/IDA-1.4.4 for <tex-k@cs.umb.edu>); Sun, 20 Nov 1994 01:31:51 -0500
  3. Received: (keithl@localhost) by mukluk.cc.monash.edu.au (8.6.9/8.6.4) id OAA24463 for tex-k@cs.umb.edu; Sun, 20 Nov 1994 14:22:04 +1100
  4. Date: Sun, 20 Nov 1994 14:22:04 +1100
  5. From: Keith Lewis <keithl@mukluk.cc.monash.edu.au>
  6. Message-Id: <199411200322.OAA24463@mukluk.cc.monash.edu.au>
  7. To: tex-k@cs.umb.edu
  8. Subject: density problem solved
  9.  
  10. Hi Folks,
  11.     Yesterday I asked if the -density switch or the S command were
  12. supposed to work with xdvik.  
  13.  
  14.     It seems that it works for some but not others.
  15.  
  16.     I had a very quick look at the source of xdvik-18d.  The variable
  17. density seems to be set in xdvi.c but only used in dvi_draw.c In particular
  18. it is used in shrink_glyph, but not used in shrink_glyph_grey.  Since
  19. shrink_glyph will only be compiled in, (let alone called) if -DNOGREY is set,
  20. then it seemed that the way to get this density stuff to work was to compile
  21. with -DNOGREY, however doing this causes problems in special.c .
  22.  
  23.     I was able to produce a working xdvi, with density, on our Alpha
  24. OSF/1 2.0b by using the command:
  25.  
  26. make DEFS="-DNOGREY -DPS_GS"
  27.  
  28.     It might be possible to copy the density stuff from shink_glyph to
  29. shrink_glyph_grey...  If I find a good reason I'll look into it.
  30.  
  31.     I hope this is of use to someone.
  32.  
  33. Keith
  34. Keith Lewis ( keithl@mukluk.cc.monash.edu.au )
  35.